body {
	margin:0;
	padding:0;
	user-select: none;
}
a {
	text-decoration: none;
}
ul {
	margin:0;
	padding:0;
}

.topbar {
	background-color: #595959;
	height:40px;
	border-top: 4px solid black;
}
.topbar a {
	color:#b0b0b0;
	font-size: 12px;
}
.topbar a:hover {
	color: #fff;
}
.container {
	margin:0 auto;
	width:1100px;
}
.container::before,.container::after {
	content: "";
	display: table;
}
.container::after {
	clear: both;
}
.address {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #b0b0b0;
}
.name {
	color:#141C51;
	font-family: "Times New Roman";
	font-weight: bold;
}
.en,.lang,.china {
	float: right;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.lang {
	display: block;
	margin-right: 15px;
	font-size: 15px;
}
.en a,.china a {
	height: 40px;
	line-height: 40px;
	display: block;
	width: 50px;
}
.en a {
	margin-right: 38px;
	font-weight: bold;
}
.china a {
	background-color: white;
	color:red;
	font-weight: bold;
}
.en a:hover {
	color: blue;
	background-color: #b0b0b0;
}
.china a:hover {
	color: red;
	background-color: white;
}
#left {
	margin-left: 0px;
}

/**/
.navigation {
	height: 78px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.border {
	height: 78px;
}
.content {
	margin:0 auto;
	width:1100px;
	height: 40px;
}
.content::before,.container::after {
	content: "";
	display: table;
}
.content::after {
	clear: both;
}
.logo {
	width:60px;
	height: 60px;
	float:left;
}
.logo img {
	width:auto;
	height:80%;
	padding-top: 15px;
	margin-left: -4px
}
.slogan {
	width: 60px;
	height: 60px;
	float: left;
	padding-left:25px;
}
.slogan img {
	width:100px;
	height:auto;
	padding-top: 23px;
}
.navig {
	height: 78px;
	float: right;
	padding-right: 15px;
	line-height: 78px;
	text-align: right;
}
.navig a {
	font-size: 15px;
	float: left;
	color: black;
	display: inline-block;
	width: 140px;
	height: 77.5px;
	text-align: center;
	border-right: white solid 4px;
}
#contact_us {
	background-color:#b0b0b0;
	border-right: #663366 solid 4px !important;
}
.navig a:hover {
	background-color:#b0b0b0;
	border-right: #663366 solid 4px;
	color:black;
}

/*content*/
.contact_content {
	height:370px;
	width:1300px;
	margin:0 auto;
	border:0.1px solid;
	border-right: none;
	background-image: url(../image/contact.png);
	background-size: 1300px 370px;
	box-shadow: -10px 5px 30px 0px grey;
}
#tit {
	font-size: 25px;
	color: white;
	font-weight: bolder;
	margin-top: 60px;
}
#con {
	font-size: 15px;
	color: #CCCCCC;
}
.detail {
	width:800px;
	margin:0 auto;
	margin-top: 40px;
}
.detail img {
	width: 50px;
	height: auto;
	margin-bottom: 30px;
	margin-left: 73px;
}
.intro p {
	text-align: center;
}
#tele {
	display: inline-block;
	width: 200px;
	vertical-align: middle;
	color:white;
	margin-top:0px;
	float: left;
	font-size: 15px;
}
#add {
	display: inline-block;
	width: 270px;
	vertical-align: middle;
	margin-left: 73px;
	color:white;
	font-size: 15px;
	text-align: justify;
}
#add img {
	margin-left: 100px;
}
#add div {
	margin-top: 15px;

}

#mail {
	display: inline-block;
	width: 200px;
	vertical-align: middle;
	float: right;
}
#mail a {
	display:inline-block;
	color:white;
	font-size: 15px;
	margin-left: 10px;
}



/*footer*/
.footer {
	height: 200px;
	margin-top:4px;
}
.footer-content {
	width:860px;
	height: 200px;
	margin:0 auto;
}
.footer-logo {
	display: inline-block;
	height: 70px;
	width: 70px;
    margin-left:50px; 
    margin-top: 50px;
    float: left
}
.footer-logo img {
	width: 70px;
	height: auto;
	display: inline-block;
	margin:0 auto;
}
.notification {
	display: inline-block;
	margin:0 auto;
	height: 150px;
	width: 400px;
	margin-left: 105px;
	margin-top: 40px;
	font-size: 13px;
}
.footer-name,.copyright,.beian {
	text-align: center;
}
.footer-name {
	font-weight: 600;
}
.copyright {
	border-top: dashed 0.5px black;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}
.beian {
	color: red;
}
.code {
	display: inline-block;
	margin-left: 30px;
	margin-top: 40px;
	height: 129px;
	float: right;
	font-size: 13px;
}
.qrcode img {
	margin:0 auto;
	display: block;
	width:70px;
	height: auto;
}